func runtime.racenotify
9 uses
runtime (current package)
chan.go#L240: racenotify(c, c.sendx, nil)
chan.go#L330: racenotify(c, c.recvx, nil)
chan.go#L331: racenotify(c, c.recvx, sg)
chan.go#L616: racenotify(c, c.recvx, nil)
chan.go#L722: racenotify(c, c.recvx, nil)
chan.go#L723: racenotify(c, c.recvx, sg)
chan.go#L940: func racenotify(c *hchan, idx uint, sg *sudog) {
select.go#L452: racenotify(c, c.recvx, nil)
select.go#L477: racenotify(c, c.sendx, nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |